Name | Description | |
---|---|---|
![]() | MasterCollection | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | MasterCollection | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
![]() | InnerList | Gets the inner list. |
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | SlaveCollections | Gets a list of slave collections. |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | AddRange | Adds a range of elements to this collection. |
![]() | AddSlaveCollection | Adds a slave collection and synchronizes the slave collection with master collection. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveSlaveCollection | Removes a collection from a list of slave collections. |
![]() | ToArray | Returns elements of collection as array. |
Name | Description | |
---|---|---|
![]() | ClearItems | Removes all elements from the master and slave collections. |
![]() | InsertItem | Inserts an element into the collection at the specified index. |
![]() | OnChanged | Raises the Changed event. |
![]() | OnChanging | Raises the Changing event. |
![]() | RemoveItem | Removes the element at the specified index of the collection. |
![]() | SetItem | Replaces the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when collection is changed. |
![]() | Changing | Occurs when collection is changing. |